- Introduction
- K-means
- Hierarchical clustering
- Principal Component Analysis (PCA)
- Principal Component Regression (PCR)
\(K\)-means clustering and basic mixture models require us to pre-specify the number of clusters \(K\).
Hierarchical clustering:
- is an alternative approach which does not require that we commit to a particular choice of \(K\)
- produces a set of nested clusters organized hierarchically
- can be visualized as a “dendrogram”, a tree-like diagram that records the sequences of merges or splits
We describe bottom-up or agglomerative clustering: common type of hierarchical clustering, it refers to the fact that a dendrogram is built starting from the leaves and combining clusters up to the trunk.